![]() |
ALMaSS
1.0
The Animal, Landscape and Man Simulation System
|
A struct to hold the information required to trigger a farm event. More...
#include <farm.h>
Public Member Functions | |
FarmEvent (TTypesOfVegetation a_event, LE *a_field, int a_todo, long a_run, bool a_lock, int a_start, bool a_first_year, TTypesOfVegetation a_nextcrop) | |
Public Attributes | |
bool | m_lock |
int | m_startday |
bool | m_first_year |
long | m_run |
int | m_todo |
TTypesOfVegetation | m_event |
TTypesOfVegetation | m_next_tov |
LE * | m_field |
A struct to hold the information required to trigger a farm event.
|
inline |
References m_event, m_field, m_first_year, m_lock, m_next_tov, m_run, m_startday, and m_todo.
TTypesOfVegetation FarmEvent::m_event |
Referenced by FarmEvent(), and Farm::LeSwitch().
LE* FarmEvent::m_field |
bool FarmEvent::m_first_year |
Referenced by FarmEvent().
bool FarmEvent::m_lock |
Referenced by FarmEvent().
TTypesOfVegetation FarmEvent::m_next_tov |
Referenced by FarmEvent().
long FarmEvent::m_run |
Referenced by FarmEvent(), and Farm::LeSwitch().
int FarmEvent::m_startday |
Referenced by FarmEvent().
int FarmEvent::m_todo |
Referenced by FarmEvent(), and Farm::LeSwitch().